func os.lastIndex

2 uses

	os (current package)
		tempfile.go#L65: 	if pos := lastIndex(pattern, '*'); pos != -1 {
		tempfile.go#L121: func lastIndex(s string, sep byte) int {